/*base style*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
}

body {
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    color: #333;
    background-color: #fff;
    font-size: 15px;
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Arial";
    background-image: url();
    background-attachment: fixed;
    overflow-x: hidden;
}

a {
    text-decoration: none;
	color:#000;
}

a:hover {
    color: rgba(245, 45, 45, 0.6);
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

i, em {
    font-style: normal;
}

li {
    list-style-type: none;
}

textarea {
    resize: vertical;
}

input, select, textarea {
    background-color: #fff;
    margin: 0;
    padding: 0;
    outline: none;
}